github.com/refraction-networking/utls.halfConn.nextCipher (field)

5 uses

	github.com/refraction-networking/utls (current package)
		conn.go#L183: 	nextCipher any       // next encryption state
		conn.go#L212: 	hc.nextCipher = cipher
		conn.go#L219: 	if hc.nextCipher == nil || hc.version == VersionTLS13 {
		conn.go#L222: 	hc.cipher = hc.nextCipher
		conn.go#L224: 	hc.nextCipher = nil